-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SleepIQ add core climate for SleepNumber Climate 360 beds #134718
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Hey there @mfugate1, @kbickar, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
3db849b
to
44e8be4
Compare
* The upstream asyncsleepiq library has been updated to support the new climate capabilities of the SleepIQ API. This PR adds the new climate capabilities to the SleepIQ integration in Home Assistant. * LOW/MEDIUM/HIGH for both COOL and HEAT are available. * Default timer is 4 hours to match the SleepIQ app (Max is 10 hours).
* Bump asyncsleepiq to 1.5.3 * Use the exposed SleepIQCoreClimate.max_core_climate_time
34cbded
to
7d734eb
Compare
Proposed change
This adds the capability to control the Core Climate feature of SleepNumber Climate 360 beds. These beds have forced air, configurable on the two sides. The air can be heated or cooled with low / medium / high levels. There is a timer that defaults to 4 hours and maxes out at 10 hours.
This PR does bump the asyncsleepiq dependency. The only changes are related to this new feature:
kbickar/asyncsleepiq@v1.5.2...v1.5.3
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: